home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat3
/
linspace.3
< prev
next >
Wrap
Text File
|
1999-09-16
|
544b
|
67 lines
linspace(1) Scilab Function linspace(1)
NAME
linspace - linearly spaced vector
CALLING SEQUENCE
[v]=linspace(x1,x2 [,n])
PARAMETERS
x1,x2 : real or complex scalars
n : integer (number of values) (default value = 100)
v : real or complex row vector
DESCRIPTION
Linearly spaced vector. linspace(x1, x2) generates a row vector of n
(default value=100) linearly equally spaced points between x1 and x2.
SEE ALSO
logspace